home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / GENETINF.DAT < prev    next >
Text File  |  1989-03-22  |  5KB  |  119 lines

  1. General Information On Installing Networks Along With Chargecards
  2. ==================================================================
  3.  
  4. This file will provide helpful hints in the area of optimization
  5. of memory usage when installing network cards and network
  6. software in an environment that uses the All Chargecard.
  7.  
  8. 1.  When you are installing any Network you will not achieve 960K
  9.     Dos space.
  10.  
  11. 2.  You will want to install allemm4.sys with the "/ram" option.
  12.     If you read the All Chargecard manual you would realize the
  13.     "/ram" option allows memory access to unused portions of
  14.     memory above the Video Line.
  15.  
  16. 3.  You are either installing a Chargecard with a Network already
  17.     installed, or you have a Chargecard installed and you are now
  18.     ready to install a Network.
  19.  
  20.              =======================================
  21.  
  22. 1. Disable Your Network.
  23.     This involves taking your Network Card out of the machine,
  24.     and removing all software associated with the network from
  25.     the config.sys and the autoexec.bat file.
  26.  
  27. 2. Install your Chargecard.
  28.     Install the allemm4.sys driver with the parameter "/ram".
  29.  
  30. 3. At this point everyone can proceed with the following hints.
  31.  
  32.  
  33.       ===============================================
  34.  
  35. 1.  Using the All Computers Main Menu and the Examem function,
  36.     look at the logical configuration of your processor space.
  37.     Any additional option roms in your machine will be shown,
  38.     your video will be shown, and usable memory above the video
  39.     line will be marked with T's.
  40.  
  41. 2. The purpose of this exercise is to keep as many T's together as 
  42.     physically possible (physically in terms of hardware), so
  43.     some, or all of the network software or additional software
  44.     can be loaded into High Memory (where the T's are).
  45.  
  46. 3.  You need to find where the roms on your network card sit
  47.     (their base addresses), and how much memory they take. For
  48.     some network cards the base addresses are selectable, by
  49.     manipulating dip switches. Make a note of all possible base
  50.     addresses of the network card. To obtain this information
  51.     read your network manual or call your network dealer.
  52.  
  53. 4. After this information is obtained proceed to the next step.
  54.  
  55.            ================================================
  56.  
  57. 1. Each "T" represents 4k of memory.
  58.  
  59. 2. Device Drivers and TSR (Terminate and Stay Resident) programs
  60.    can be loaded where the T's are.
  61.  
  62. 3.  Optimization of Reserved memory can take two forms. Both of
  63.     these forms involve examination of the positions of the
  64.     current T's in the system, and the possible placement of your 
  65.     network Rom.
  66.  
  67.    3a.  One form, the simplest, occurs when the network roms can 
  68.         be placed at the beginning or at the end of the run of 
  69.         T's. This is the optimum solution because there is more 
  70.         scope for loading software into the T's.
  71.  
  72.       ======================================================
  73.  
  74.    3b.  The second form, occurs when any base address of the
  75.         network rom will fragment the T's. To optimize this form
  76.         involves examining the sizes of the programs that you
  77.         plan to load into Reserved memory. By examining the sizes
  78.         of the programs you wish to load, place your network rom
  79.         at the appropriate base address.
  80.  
  81. Installing Your Network Card
  82. ============================
  83.  Having now found a position to place your network rom, before
  84.  you plug your network card in, add a parameter to the allemm4.sys
  85.  driver. This parameter will be used to exclude the network rom
  86.  from the control of the allemm4 driver. The line in your
  87.  config.sys file will now look like this.
  88.  
  89. device=allemm4.sys /ram /x=aaaa-bbbb
  90.  
  91. where aaaa is the network_rom_base_address 
  92. and   bbbb is the end_of_network_rom_address
  93.  
  94.  The base address is in hex.
  95.  
  96. e.g.  If you selected base address "b000" and the size of the
  97.       network rom is 4000 hex, then the line will look like this.
  98.       device=allemm4.sys /ram /x=b000-b3ff
  99.  
  100.  Plug your network card in and turn your machine on.
  101.  
  102. Run Allmenu again and have a look at your memory. Where your
  103. network roms are you will see X's. You can now use ALLOAD and
  104. DEVICE, the programs supplied on the All Computers system disk to
  105. load Terminate and stay resident programs and device drivers.
  106. Before you install these commands in your autoexec.bat file, use
  107. them from the command line, test your network, and view your
  108. configuration from Allmenu.
  109.  
  110. Note :  You can gain an additional 64k, if the applications that
  111.         you run do not use EMS memory, and therefore do not need 
  112.         a Page Frame.
  113.         This is achieved by adding the parameter /frame=none to
  114.         the allemm4 driver command line.
  115.  
  116. At this point you should be operational.
  117.  
  118.  
  119.